Unverified

Name

Close Popups On Click

Language

Javascript

Rating

Voted: 1 by 1 user(s)

How to Setup Snippet

Add to Elementor Pop-Up Template

Codevault

UpClick Digital

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: 6.4

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

Website/ Profile URL:

upclickdigital.com

History

Last modified:

24/07/2024

Important Note

This snippet has the following status:

Unverified

This snippet has not been verified, use with caution and at your own risk. See details provided by author in sidebar and click below to find out more.

Close Popups On Click

 
                    
1$(document).on('click','.elementor-location-popup a', function(event){
2elementorProFrontend.modules.popup.closePopup( {}, event);
3});
4});
5</script>

1

Related Snippets

Please see some snippets below related to this snippet..

Elementor

AI Verified

0

Elementor Repeater Field Bullets

Added: 7 months ago

Last Updated: 7 months ago

Elementor

Unverified

0

Form-PayPal-Many-Select

Added: 1 month ago

Last Updated: 1 month ago

Elementor

Unverified

0

Open Tabs Hover Elementor

Added: 6 months ago

Last Updated: 6 months ago

Open Elementor Tabs with Hover

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

Elementor

Unverified

1

Close Popups On Click

Added: 2 months ago

Last Updated: 1 month ago

Security

AI Verified

1

Disable URL Autocorrect Guessing

Added: 2 months ago

Last Updated: 1 month ago

To disable URL autocorrect guessing in WordPress using a PHP snippet, you can add the following code to your theme's functions.php file: